Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

deString.cpp File Reference

object-oriented string manipulation class More...

#include <cstring>
#include <cstdio>
#include <cstdarg>
#include <cstdlib>
#include "deGlobalTypes.hpp"
#include "deString.hpp"

Include dependency graph for deString.cpp:

Include dependency graph

Defines

#define NULL   (0)
#define LONG_SIZE   (12)
#define INT64_SIZE   (22)
#define FLOAT_SIZE   (6)
#define DOUBLE_SIZE   (20)

Functions

unsigned long SmallestLargerPow2 (unsigned long x)
bool isnum (char c)
char toupper (char c)
void Swap (char &c1, char &c2)
unsigned long hash (char *str_in)

Variables

const char LOCALE_DECIMAL_POINT = '.'

Detailed Description

object-oriented string manipulation class

Author:
Assassin
This file is the intellectual property of Novus Delta, LLC.. Usage of the contents of this file is subject to the Destiny3D Member License which can be found at http://www.destiny3d.com. Any other usage is prohibited.

This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.

Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.


Change History

Date:
Mar 2002
Author:
Assassin
Remarks:
Creation

Define Documentation

#define DOUBLE_SIZE   (20)
 

#define FLOAT_SIZE   (6)
 

#define INT64_SIZE   (22)
 

#define LONG_SIZE   (12)
 

#define NULL   (0)
 


Function Documentation

unsigned long hash char *    str_in [static]
 

bool isnum char    c [inline, static]
 

unsigned long SmallestLargerPow2 unsigned long    x [static]
 

void Swap char &    c1,
char &    c2
[inline, static]
 

char toupper char    c [inline, static]
 


Variable Documentation

const char LOCALE_DECIMAL_POINT = '.'
 


Generated on Mon Sep 12 20:07:38 2005 for Destiny3D by doxygen1.3-rc3